home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / front end / 00087.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  225 b   |  13 lines

  1. on exitFrame
  2.   installMenu(0)
  3.   set the cursor of sprite 1 to 280
  4.   set the cursor of sprite 6 to 280
  5.   set the cursor of sprite 7 to 280
  6.   set the cursor of sprite 8 to 0
  7. end
  8.  
  9. on mouseDown
  10.   pause()
  11.   go(the frame + 25)
  12. end
  13.